home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Desktop Publisher's Dream 1994
/
Desktop Publisher's Dream 1994.iso
/
prog_c
/
kd_draw3.arc
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-09-30
|
3KB
|
88 lines
echo off
if %1:==: goto help
if %1==$$$ goto install
if %1:==b: goto floppy
if %1:==B: goto floppy
if %1:==a: goto floppy
if %1:==A: goto floppy
ECHO ╓───────────────────────────────────────────────────────────────────────╖
echo ║ PC-KEY-DRAW is about to be installed on your hard disk in %1:\KEYDRAW ║
ECHO ║───────────────────────────────────────────────────────────────────────║
ECHO ║ The program disk should now be in drive A: to start the process. ║
ECHO ║ You will be prompted to insert the library disks in drive A: ║
ECHO ╙───────────────────────────────────────────────────────────────────────╜
pause
md %1:\keydraw
cd %1:\keydraw
copy *.* %1:
%1:
md \keydraw\library1
%0 $$$
:install
cls
ECHO Copying of program disk is complete
ECHO Insert library disk #1 into drive A: (L-1)
ECHO You must use DOS 3.* and SUBST to run
ECHO SCNSHOW from a subdirectory.
PAUSE
cd \keydraw\library1
copy a:*.*
cd \keydraw
cls
ECHO Copying of Library #1 is complete
ECHO Insert library disk #2 into drive A: (L-2)
PAUSE
copy a:kd*.*
copy a:*.bas
copy a:*.mcr
copy a:*.tbl
del iris*.*
cd \keydraw\library1
copy a:???????.pic
copy a:*.scn
copy a:iri*.mcr
cd \keydraw
cls
ECHO Copying of Library #2 is complete
ECHO Insert library disk #3 into drive A: (L-3)
PAUSE
copy a:*.*
cls
ECHO Copying of Library #3 is complete
ECHO Insert library disk #4 into drive A: (L-4)
PAUSE
copy a:*.*
cls
ECHO PC-KEY-DRAW is now installed on your hard disk.
ECHO PC-KEY-DRAW recognizes drive letters only.
ECHO Use the SUBST command of DOS 3.* to access subdirectories.
ECHO Add SUBST for each subdirectory to use for pictures or workspace
ECHO
ECHO If you are hard pressed for hard disk space, a large number of files
ECHO can be removed and kept on floppies. All files in \KEYDRAW\LIBRARY1
ECHO are picture libraries and not readily needed on the hard disk.
ECHO Most files in \KEYDRAW are needed except for KD-USER.MNL. You may also
ECHO not need all of the supplied macro routines.
PAUSE
menu
:floppy
ECHO ┌──────────────────────────────────────────────────────────────────────┐
echo │ PC-KEY-DRAW is about to be copied to drive %1: │
:skip
echo │ Please make copies for friends so that they can try out PC-KEY-DRAW │
ECHO │ You must give complete, unaltered copies to friends │
ECHO │ No fee other than a small copying fee may be charged for this disk │
ECHO │ ──────────────────────────────────────────────────────────────────── │
echo │ You should store your original copy in a safe place and use the copy │
echo │ Copy GRAPHICS.COM from your DOS disk to your working copy │
ECHO └──────────────────────────────────────────────────────────────────────┘
pause
copy *.* %1:
menu
:help
ECHO ╒═════════════════════════════════════════════════════════════════════╕
ECHO │ You must specify a drive letter to copy this to, such as INSTALL C │
ECHO ╘═════════════════════════════════════════════════════════════════════╛
PAUSE
menu